home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
Softshoe
/
Lisa's Mac Parts
/
Activation
/
ApplicationFocus.h
< prev
next >
Wrap
Text File
|
2000-06-23
|
335b
|
25 lines
// ApplicationFocus.h
#ifndef ApplicationFocus_h
#define ApplicationFocus_h
#ifndef Focus_h
#include "Focus.h"
#endif
class ApplicationFocus: public Focus
{
private:
ApplicationFocus() {}
public:
static ApplicationFocus& The();
void Resume();
void Suspend();
void SynchronizeWithProcessManager();
};
#endif